home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.4 KB | 33 lines | [TEXT/GEOL] |
- Item 4959717 24-Oct-90 02:07PDT
-
- From: CFI France - CFI Paris 11,IDV
-
- To: MACDTS Macintosh Developer Tech Supt
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: RE-Macapp Menu bug
-
- Hi!
-
- Well, the reason why it is causing me problems is that I don't want the
- menubar to be visible, but accessible. I'm doing some multimedia stuff, with
- touch screens. My main window takes the full screen. I found out that Macapp
- supposed that every single application wanted menus. It is not possible to
- disable menus. (not every menu Item, but the whole menubar...). When you remove
- the MBAR resource, for example, macapp crashes. (It crashed with 2.0b9, I
- didn't try with 2.0 final). The kind of macapp support I would need, is some
- Hide/ShowMenubar gear.
-
- More precisely, the trouble I had was this one: I have, like I said a main
- window, and only one. But every so often, I need to get the address of the
- user. (This software is for an show. Everytime a user has finished the "game",
- a dialog appears and asks for his name, address, etc...). What happened was,
- when I closed the dialog, my mainwindow drew itself OVER the menubar, like
- usual, but, since an event was generated that invalidated the menubar, it was
- drawn OVER my window, letting the MBAR appear on the screen.
- This is why I had to apply this override.
-
- Nico...
-
-